BaseSubsystem.AddDWordVariable method

Add a user-defined variable in unsigned integer.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IUserVariable<uint> AddDWordVariable(
       string Name,
       IUserVariable Parent = null
)
Function AddDWordVariable(
       Name As String,
       Parent = null As IUserVariable
) As IUserVariable(Of UInteger)

Parameters

Name

Type: string

The name of a variable.

 

Parent

Type: IUserVariable

Default value: null

The parent folder of IUserVariable. By default, it adds variables to the root folder.

Remarks

Return value

Type: IUserVariable<uint>

Returns a user-defined variable in unsigned integer.

Usable EtherCAT states

ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP

See also

BaseSubsystem Class

IntervalZero.KINGSTAR.Base.Class Namespace